home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / time / backclock.lha / backclock / sources / style / graph.h < prev    next >
Encoding:
Text File  |  1999-06-22  |  221 b   |  6 lines

  1. void DrawGrid(struct Window * win) ;
  2. ULONG computeX(struct Window *win, ULONG x) ;
  3. ULONG computeY(struct Window *win, ULONG x) ;
  4. void DrawPoint(struct Window * win, WORD x, WORD y) ;
  5. void DrawArrow(struct Window * win) ;
  6.